Resource Path: /api/sql/connection-string-properties
Uri: http://doc.jamsscheduler.com/api/sql/connection-string-properties
Request
The request body is of type ConnectionStringDto.
Overview
 |
ConnectionStringDto
 |
connectionString : string
|
|
Response
The response body is of type SqlConnectionStringPropertiesResponse.
OK
Overview
 |
SqlConnectionStringPropertiesResponse
 |
 |
name : string
|
 |
typeName : string
|
 |
categoryName : string
|
 |
value : string
|
 |
categorySortOrder : integer
|
 |
isAdvancedProperty : boolean
|
|
 |
 |
azureAuthentication : string
|
 |
name : string
|
|
 |
 |
authenticationMethod : string
|
 |
name : string
|
|
|
See Also